From: Keir Fraser Date: Tue, 9 Mar 2010 10:00:37 +0000 (+0000) Subject: Disable debug build by default. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12527 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=17878b9031ca43a6c863a69d661d882ab45701f3;p=xen.git Disable debug build by default. Signed-off-by: Keir Fraser --- diff --git a/Config.mk b/Config.mk index 1cebb31004..a0dc40e272 100644 --- a/Config.mk +++ b/Config.mk @@ -1,7 +1,7 @@ # -*- mode: Makefile; -*- # A debug build of Xen and tools? -debug ?= y +debug ?= n XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \ -e s/i86pc/x86_32/ -e s/amd64/x86_64/)